home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 126-150 / disk_130 / qman / qman.doc < prev    next >
Text File  |  1992-05-06  |  5KB  |  103 lines

  1.  
  2.   
  3.                           Qman!
  4.  
  5.  
  6.      Qman ("Quick Mandelbrot") draws points in and around
  7. the Mandelbrot set in the complex plane.  The set is defined
  8. to be the set of points c where the iteration z := z**2 + c
  9. does not explode when z is initially zero.  Qman will set
  10. the color of all Mandelbrot points to black.  The ten colors
  11. used for all other points may be controlled by the menu
  12. options, as described below.  The resolution is 640 pixels
  13. horizontally, and either 200 or 400 vertically, as specified
  14. by the interlace option.  (It is possible to alternate
  15. freely between interlace and non-interlace modes.)  Regions
  16. within a given picture may be enlarged for viewing with the
  17. zoom option.  
  18.  
  19.     In addition, qman will draw a variation of the usual
  20. Mandelbrot set which we call here the "skew" Mandelbrot
  21. set.  This is what results from alternately adding and
  22. subtracting c from z**2 on successive iterations (i.e.,
  23. z := z**2 + (-1)**n * c.  The skew option is in effect
  24. when qman is first invoked.
  25.  
  26.     The following menu options may be selected by either
  27. holding down the right mouse button and pulling them down
  28. from the top of the screen, or by depressing the right 
  29. Amiga key and the corresponding keyboard character (as shown
  30. on the menus, and as listed below):
  31.  
  32.    ----------------------------------------------------------
  33.    Restart (Amiga-s) --> Re-enters the program as though
  34.                          first started.  Interlace is off,
  35.                          blended colors are cycled (default
  36.                          values).
  37.  
  38.    Skew    (Amiga-k) --> Toggles skew on and off.  With skew
  39.                          off, the usual Mandelbrot set is
  40.                          shown.  
  41.  
  42.    Quit    (Amiga-q) --> Returns to CLI or Workbench.
  43.  
  44.    Ilace   (Amiga-i) --> Toggles between 200 and 400 vertical
  45.                          pixels.  If the ilace item appears
  46.                          with a check mark, the screen is
  47.                          currently in interlace mode.
  48.  
  49.    Smooth  (Amiga-m) --> When smoothing is in effect, points
  50.                          are grouped into threes and assigned
  51.                          colors as follows:  if the colors of
  52.                          the 1st and 3rd points are the same,
  53.                          the 2nd point is assigned this color 
  54.                          also.  This assumption is usually
  55.                          correct.  Processing is slightly 
  56.                          faster when smoothing is turned on.
  57.                          (The time to draw a typical picture
  58.                          might be around 3/4 the time without
  59.                          smoothing.)
  60.    ----------------------------------------------------------
  61.  
  62.    Color options:
  63.    --------------
  64.  
  65.    Blend   (Amiga-b) --> Specifies that color palettes are
  66.                          to be selected with smoothly-varying
  67.                          intensities.
  68.  
  69.    Random  (Amiga-r) --> Causes palettes to be generated
  70.                          randomly. 
  71.  
  72.    Cycle   (Amiga-c) --> Toggles into and out of color cycle
  73.                          mode.  Cycling colors results in the
  74.                          automatic generation of new color
  75.                          palettes in rapid succession.  This
  76.                          is equivalent to a series of 'next'
  77.                          commands.
  78.  
  79.    Next    (Amiga-n) --> Causes another color palette to be
  80.                          created-- either blended or randomly,
  81.                          as indicated by the blend and random
  82.                          menu items.
  83.    ----------------------------------------------------------
  84.  
  85.    Zoom    (Amiga-z) --> May be selected at any time, either
  86.                          during or after completion of a
  87.                          Mandelbrot picture.  When selected,
  88.                          a rectangular region is specified 
  89.                          by depressing the left mouse button
  90.                          on the upper-left corner of the 
  91.                          region.  Holding the button down, 
  92.                          move the mouse to size the rectangle
  93.                          as a window is sized (i.e., the
  94.                          lower-right corner of the box follows
  95.                          the mouse pointer).  When the button
  96.                          is released, the rectangular area
  97.                          will be enlarged to fill the entire
  98.                          screen.
  99.  
  100.  
  101.                             --Steve Bonner, February '88
  102.             
  103.